* lisp/progmodes/compile.el (compilation-start): Let-bind `thisenv' to
authorJuri Linkov <juri@jurta.org>
Wed, 7 Sep 2011 12:17:54 +0000 (15:17 +0300)
committerJuri Linkov <juri@jurta.org>
Wed, 7 Sep 2011 12:17:54 +0000 (15:17 +0300)
commit2eab414741d9edb2253e75bf7671b2bd693eb8f7
treec5b9a73d1eb7fb014806f7875583591dee394e7b
parent5c2db0640e84f60eb0979cdcbc6e344cacebd871
* lisp/progmodes/compile.el (compilation-start): Let-bind `thisenv' to
`compilation-environment'.  Set buffer-local
`compilation-environment' to `thisenv' later after (funcall mode).
(Bug#8340)

* lisp/vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
(vc-git-grep): Prepend "PAGER=" to `compilation-environment'
instead of replacing its value.  (Bug#8340)
lisp/ChangeLog
lisp/progmodes/compile.el
lisp/vc/vc-git.el